A Delegate to get a property value from an object.
            シンタックス
            
            
            
            
            '宣言
 
Public Delegate Sub GetValueFastDelegate(Of )( _
   ByVal  As System.Object, _
   ByRef  As  _
) 
             
        
            
            public delegate void GetValueFastDelegate<>( 
   System.object ,
   out  
)
             
        
             
        
            パラメータ
- obj
 
- The obj to get the property from.
 - value
 
- The value to get.
 
            型パラメータ
- T
 
- Type of the getter.
 
             
            
            
            
            
            
            
            
            
            参照